slrn
(Back to Home/TILDE LORE)
pine
is OK as a news reader but it doesn’t have threading view, and it doesn’t keep track of which messages you’ve already read. slrn
is better. Use these simple setup steps.
Create a file called .slrnrc
in your home directory like this:
set hostname "tilde.club"
set username "user"
set realname "Firstname Lastname"
Create another file, .profile
, in your home directory and add this line:
NNTPSERVER='news.tilde.club' && export NNTPSERVER
Note: the above won’t take effect until the next time you log in. To make it effective before then, you will also need to run the above at the command line.Run slrn --create
That's it! You're now set up to run slrn
whenever you like to stay caught up on news.